armv8: ls1046afrwy: Add support for LS1046AFRWY platform
authorVabhav Sharma <[email protected]>
Thu, 6 Jun 2019 12:35:28 +0000 (12:35 +0000)
committerPrabhakar Kushwaha <[email protected]>
Wed, 19 Jun 2019 07:24:57 +0000 (12:54 +0530)
commitd90c7ac7a95d1347747466779b6821b4600db4b8
tree5e80a8ffe3fc84fb599449fbf0c55f0e62b67655
parent196fa2efbe0cd1fcb3d2f13cb02ba3dfdde56122
armv8: ls1046afrwy: Add support for LS1046AFRWY platform

LS1046AFRWY board supports LS1046A family SoCs. This patch
add base support for this board.
Board support's 4GB ddr memory, i2c, micro-click module,microSD card,
serial console,qspi nor flash,ifc nand flash,qsgmii network interface,
usb 3.0 and serdes interface to support two x1gen3 pcie interface.

Signed-off-by: Camelia Groza <[email protected]>
Signed-off-by: Madalin Bucur <[email protected]>
Signed-off-by: Pankit Garg <[email protected]>
Signed-off-by: Pramod Kumar <[email protected]>
Signed-off-by: Rajesh Bhagat <[email protected]>
Signed-off-by: Vabhav Sharma <[email protected]>
Reviewed-by: Prabhakar Kushwaha <[email protected]>
16 files changed:
arch/arm/Kconfig
arch/arm/cpu/armv8/Kconfig
arch/arm/cpu/armv8/fsl-layerscape/ls1046a_serdes.c
arch/arm/dts/Makefile
arch/arm/dts/fsl-ls1046a-frwy.dts [new file with mode: 0644]
board/freescale/ls1046afrwy/Kconfig [new file with mode: 0644]
board/freescale/ls1046afrwy/MAINTAINERS [new file with mode: 0644]
board/freescale/ls1046afrwy/Makefile [new file with mode: 0644]
board/freescale/ls1046afrwy/README [new file with mode: 0644]
board/freescale/ls1046afrwy/ddr.c [new file with mode: 0644]
board/freescale/ls1046afrwy/eth.c [new file with mode: 0644]
board/freescale/ls1046afrwy/ls1046afrwy.c [new file with mode: 0644]
configs/ls1046afrwy_tfa_defconfig [new file with mode: 0644]
include/configs/ls1046a_common.h
include/configs/ls1046afrwy.h [new file with mode: 0644]
include/fm_eth.h